home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mita.dir / 00050_Quit Clear button.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  140 b   |  9 lines

  1. on mouseUp
  2.   puppetSprite(48, 1)
  3.   set the visible of sprite 48 to 1
  4.   puppetSprite(48, 0)
  5.   updateStage()
  6.   go("quit")
  7.   updateStage()
  8. end
  9.